home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFFIRMY_PYT_NIP / TFFIRMY_PYT_NIP.txt
Text File  |  2002-03-27  |  2KB  |  113 lines

  1. object fFirmy_pyt_NIP: TfFirmy_pyt_NIP
  2.   Left = 358
  3.   Top = 414
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Pytanie'
  7.   ClientHeight = 190
  8.   ClientWidth = 484
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 112
  22.     Top = 8
  23.     Width = 292
  24.     Height = 13
  25.     Caption = 'Istnieje ju'#380' firma o tym Numerze Identyfikacji Podatkowej (NIP)'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 80
  29.     Top = 128
  30.     Width = 339
  31.     Height = 13
  32.     Caption = 'Czy jest to oddzia'#322' lub centrala firmy, o tym samym  NIP'#39'ie ?'
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.   end
  40.   object Label3: TLabel
  41.     Left = 24
  42.     Top = 56
  43.     Width = 63
  44.     Height = 13
  45.     Caption = 'Nazwa firmy :'
  46.   end
  47.   object Label4: TLabel
  48.     Left = 24
  49.     Top = 80
  50.     Width = 66
  51.     Height = 13
  52.     Caption = 'Nazwa dod. : '
  53.   end
  54.   object Label5: TLabel
  55.     Left = 24
  56.     Top = 104
  57.     Width = 51
  58.     Height = 13
  59.     Caption = 'Adres firmy'
  60.   end
  61.   object Label6: TLabel
  62.     Left = 184
  63.     Top = 32
  64.     Width = 115
  65.     Height = 13
  66.     Caption = 'Dane istniej'#261'cej ju'#380' firmy'
  67.   end
  68.   object bTak: TButton
  69.     Left = 80
  70.     Top = 160
  71.     Width = 75
  72.     Height = 25
  73.     Caption = '&Tak'
  74.     TabOrder = 0
  75.     OnClick = bTakClick
  76.   end
  77.   object bNie: TButton
  78.     Left = 328
  79.     Top = 160
  80.     Width = 75
  81.     Height = 25
  82.     Caption = '&Nie'
  83.     TabOrder = 1
  84.     OnClick = bNieClick
  85.   end
  86.   object eNazwa: TEdit
  87.     Left = 96
  88.     Top = 48
  89.     Width = 369
  90.     Height = 21
  91.     ReadOnly = True
  92.     TabOrder = 2
  93.     Text = 'eNazwa'
  94.   end
  95.   object eNazwa_dod: TEdit
  96.     Left = 96
  97.     Top = 72
  98.     Width = 369
  99.     Height = 21
  100.     ReadOnly = True
  101.     TabOrder = 3
  102.   end
  103.   object eAdres: TEdit
  104.     Left = 96
  105.     Top = 96
  106.     Width = 369
  107.     Height = 21
  108.     ReadOnly = True
  109.     TabOrder = 4
  110.     Text = 'eAdres'
  111.   end
  112. end
  113.